home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / look4.arc / LOOK4.BAT < prev    next >
DOS Batch File  |  1985-11-30  |  164b  |  11 lines

  1. echo off
  2. CLS
  3. IF '%2' == 'P' GOTO PRINT
  4. type xferlist | find "%1" >output.fil
  5. type output.fil | more
  6. GOTO END
  7. :PRINT
  8. type xferlist | find "%1" >PRN
  9. :END
  10.  
  11.